@charset "utf-8";
/* CSS Document */
html, body {
	font-family: 'Microsoft YaHei', 'Helvetica Neue', Tahoma, Arial, 微软雅黑!important;
	box-sizing: border-box;
}
body {
	margin: 0;
	color: #6d6d6d;
	font-size: 16px;
	line-height: 1.875;
	font-weight: 400;
	overflow-x:hidden;
}
.site-header {
	background: #fff;
	border-bottom: 1px solid rgba(20,29,56,.15);
	position: relative;
	z-index: 999;
}
.octf-mainbar-container {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}
.octf-mainbar {
	display: flex;
	flex-flow: column wrap;
	flex: 1 auto;
}
.octf-row {
	margin-right: -15px;
	margin-left: -15px;
}
.octf-main-header .octf-mainbar-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	flex: 1 auto;
}
.octf-mainbar-row > [class^="octf-col"] {
 display: flex;
 align-items: stretch;
 position: static;
}
.octf-mainbar-row .octf-col {
	flex-basis: 0%;
	flex-grow: .65;
	max-width: 100%;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.octf-mainbar-row > [class^="octf-col"] {
 flex-flow: row nowrap;
}
#site-logo {
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	line-height: 1;
	min-width: 145px;
}
#site-logo a img {
	width: 103px;
}
.main-navigation {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: auto;
}
.main-navigation > ul {
	position: relative;
	display: flex;
	width: 100%;
	vertical-align: middle;
	height: 100%;
	font-weight: 400;
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}
.main-navigation > ul > li {
	margin: 0 20px;
	padding: 0 0;
	float: left;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.main-navigation > ul > li:before {
	position: absolute;
	height: 3px;
	width: 0;
	bottom: -1px;
	right: 0;
	background: #00478c;
	content: "";
	display: block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	background: #00478c;
}
.main-navigation ul > li > a {
	display: inline-block;
	padding: 32px 0;
	padding-right: 0px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	outline: none;
	color: #1a1b1e;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.main-navigation ul > li > a:hover {
	color: #00478c;
}
.main-navigation ul > li.menu-item-has-children > a {
	padding-right: 17px;
}
.main-navigation ul ul {
	float: none;
	margin: 0 0;
	padding: 0 0;
	background-color: #fff;
	box-shadow: 15px 15px 38px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 15px 15px 38px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 15px 15px 38px 0 rgba(0,0,0,.1);
}
.main-navigation ul li ul {
	min-width: 200px;
	white-space: nowrap;
	padding: 25px 0;
	position: absolute;
	top: calc(100% + 1px);
	left: -40px;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}
.main-navigation ul li li {
	display: block;
	position: relative;
	padding: 0 40px;
}
.main-navigation ul li li a {
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #1a1b1e;
	text-align: left;
	display: block;
	padding: 5px 0 5px 0;
	position: relative;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.main-navigation:not(.no-line) ul li li a::before {
	position: absolute;
	content: "//";
	top: 50%;
	left: 0;
	color: #00478c;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}
.octf-mainbar-row > [class^="octf-col"].text-right {
	justify-content: flex-end;
}
.octf-btn-cta {
	display: inline-flex;
	vertical-align: middle;
	position: relative;
}
.octf-header-module {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.octf-btn-cta .toggle_search {
	cursor: pointer;
	margin-left: 30px;
}
.octf-btn-cta .octf-cta-icons i {
	color: #1b1d21;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	min-width: 22px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.octf-btn-cta .octf-cta-icons i::before {
	font-size: 22px;
}
.octf-btn-cta .h-search-form-field {
	display: none;
	position: absolute;
	z-index: 99;
	top: -webkit-calc(100% + 1px);
	top: expression(100%+1px);
	top: -moz-calc(100% + 1px);
	top: -o-calc(100% + 1px);
	top: calc(100% + 1px);
	right: -30px;
	width: 330px;
}
.octf-btn-cta .h-search-form-field .h-search-form-inner {
	padding: 30px;
	background-color: #fff;
	box-shadow: 15px 15px 34px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 15px 15px 34px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 15px 15px 34px 0 rgba(0,0,0,.1);
}
.search-form {
	position: relative;
}
.search-form label{
	margin:0;
	width:100%;
}
.screen-reader-text {
	clip-path: inset(50%);
	position: absolute !important;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
button, input {
	overflow: visible;
}
button, input, select, optgroup, textarea {
	color: #6d6d6d;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 1.875;
	font-weight: 400;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	box-sizing: border-box;
}
[type="search"] {
 -webkit-appearance: textfield;
 outline-offset: -2px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	color: #b5b5b5;
	border: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	background: #f6f6f6;
	padding: 10px 20px;
	box-sizing: border-box;
	outline: none;
}
.search-form .search-field {
	width: 100%;
	padding: 0 66px 0 20px;
	height: 46px;
	line-height: 1;
	border-color: #e6e6e6;
}
.search-form .search-submit {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 46px;
	outline: none;
	text-align: center;
	vertical-align: middle;
	color: #b5b5b5;
	background: #00478c;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	background: #00478c;
	color: #fff;
}
.is-stuck {
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(.23,1,.32,1) both;
    -moz-animation: stickySlideDown 0.65s cubic-bezier(.23,1,.32,1) both;
    animation: stickySlideDown 0.65s cubic-bezier(.23,1,.32,1) both;
}
.main-navigation ul > li.menu-item-has-children > a i {
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -10px;
	line-height: 1;
	color: #c3c7c9;
}
.main-navigation:not(.no-line) ul li li a:hover:before, .main-navigation:not(.no-line) ul ul li.current-menu-item>a:before, .main-navigation:not(.no-line) ul ul li.current-menu-ancestor>a:before {
	left: 0;
	visibility: visible;
	opacity: 1
}
.main-navigation ul li li a:hover, .main-navigation ul ul li.current-menu-item>a, .main-navigation ul ul li.current-menu-ancestor>a {
	color: #00478c;
	padding-left: 20px
}
.main-navigation.no-line ul li li a:hover, .main-navigation.no-line ul ul li.current-menu-item>a, .main-navigation.no-line ul ul li.current-menu-ancestor>a {
	padding-left: 0;
}
.main-navigation ul li:hover>ul {
	visibility: visible;
	opacity: 1
}
.main-navigation ul>li:hover>ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.header_mobile, .header-mobile {
	display: none;
}
@media only screen and (max-width: 1199px) {
.main-navigation > ul > li {
	margin: 0 14px;
}
}
#site-logo a img {
	width: 103px;
}
#site-logo {
	padding:15px 0;
}
.site-header .octf-main-header.is-stuck {
	background: #ffffff;
}
.is-stuck {
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 30px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 4px 4px 30px 0 rgba(42,67,113,.15);
    box-shadow: 4px 4px 30px 0 rgba(42,67,113,.15);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
}
.site-header .is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
.site-header .octf-main-header.is-stuck {
    background: #ffffff;
}
@media (max-width: 767px) {
.header_mobile, .header-mobile {
	display: block;
	width: 100%;
	background: #fff;
}
.octf-main-header, .header-desktop {
	display: none;
}
.mlogo_wrapper {
	width: 100%;
}
}
@media only screen and (max-width: 1024px) {
.mlogo_wrapper {
	position: relative;
	padding: 10px 0;
}
.mlogo_wrapper .mobile_logo {
	float: left;
}
.mlogo_wrapper img {
	height: 60px;
}
#mmenu_toggle {
	position: absolute;
	cursor: pointer;
	width: 26px;
	height: 20px;
	right: 0;
	margin-top: -10px;
	top: 50%;
}
#mmenu_toggle button {
	position: absolute;
	left: 0;
	top: 50%;
	margin: -2px 0 0;
	background: #1b1d21;
	height: 4px;
	padding: 0;
	border: none;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	outline: none;
	border-radius: 2px;
}
#mmenu_toggle button:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	width: 26px;
	height: 4px;
	background: #1b1d21;
	-webkit-transform-origin: 1.5px center;
	transform-origin: 1.5px center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	border-radius: 2px;
}
#mmenu_toggle button::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 26px;
	height: 4px;
	background: #1b1d21;
	-webkit-transform-origin: 1.5px center;
	transform-origin: 1.5px center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	border-radius: 2px;
}
.mobile_nav {
	display: none;
	background: #fff;
}
.mobile_nav .mobile_mainmenu {
	margin: 0;
	padding: 0;
}
.mobile_nav .mobile_mainmenu li {
	position: relative;
	list-style: none;
}
.mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
	color: #fff;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 40px;
	height: auto;
	padding: 15px 12px 9px 0;
	line-height: inherit;
	text-align: right;
	box-sizing: border-box;
}
.mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
	color: #9397a7;
	display: inline-block;
	line-height: 1;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.mobile_nav .mobile_mainmenu ul {
	position: relative;
	margin: 0;
	margin-left: 0px;
	padding: 0;
	margin-left: 15px;
}
.mobile_nav.collapse .mobile_mainmenu ul {
	display: none;
}
.mobile_nav .mobile_mainmenu li a {
	padding: 9px 0;
	display: block;
	color: #1b1d21;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
}
.mobile_nav .mobile_mainmenu li li a {
	font-size: 15px;
}
}
.elementor {
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
.elementor-1334{
	background-color:#f0f0f0;
}
.show {
	display: block !important;
}
#back-to-top {
	background: #fff;
	color: #00478c;
	border: 0 none;
	border-radius: 2px;
	cursor: pointer;
	width: 42px;
	height: 45px;
	line-height: 45px;
	opacity: 0;
	outline: medium none;
	position: fixed;
	right: 40px;
	bottom: -20px;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	z-index: 1000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	box-shadow: 6px 6px 13px 0 rgba(42,67,113,.2);
	-webkit-box-shadow: 6px 6px 13px 0 rgba(42,67,113,.2);
	-moz-box-shadow: 6px 6px 13px 0 rgba(42,67,113,.2);
}
#back-to-top {
	color: #00478c;
}
#back-to-top .fa{line-height: 45px !important;}
#back-to-top.show {
	opacity: 1;
	bottom: 40px;
}
#back-to-top:hover {
	bottom: 45px;
}
.dgd_stb_box, .dgd_stb_tab {
	z-index: 100000;
	display: none;
	position: fixed;
	top: none;
	left: none;
	right: none;
	bottom: none;
}
.dgd_stb_box.default {
	background-color: #ececec;
	font-size: 15px;
	border: solid 3px #FFF;
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	padding: 0px;
width: 140px;
bottom: -180px;
left: 40px;
transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	display:block;
}

.dgd_stb_box.default p {
	margin: 0;
}
.dgd_stb_box.default p img{
	max-width:100%;
}
.dgd_stb_box.default.scrollbox{
	bottom:40px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	}
#back-to-top {
	color: #00478c;
}
.elementor-section .elementor-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.elementor .elementor-section .elementor-container {
	display: block;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1140px;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 15px;
}
.elementor-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.elementor .elementor-section .elementor-container > .elementor-row {
	width: auto;
}
.elementor-widget-wrap {
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.elementor-1334 .elementor-element.elementor-element-186bd516 {
	padding: 80px 0 50px 0;
}
.elementor .elementor-section .elementor-container {
	display: block;
}
.elementor .elementor-section .elementor-container > .elementor-row {
	width: auto;
}
.elementor .elementor-section > .elementor-column-gap-default > .elementor-row {
	margin-left: -10px;
	margin-right: -10px;
}
.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
	width: 25%;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.elementor-section > .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding-top: 0;
	padding-bottom: 0;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 20px;
}
body .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}
.elementor-element .elementor-widget-container {
	-webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
	transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
	-o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}
.elementor-1334 .elementor-element > .elementor-widget-container {
	margin: 0 0 30px 0;
}
.elementor-heading-title {
	padding: 0;
	margin: 0;
	line-height: 1;
}
.elementor-1334 .elementor-element .elementor-heading-title {
	color: gray;
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.elementor .elementor-element ul.elementor-icon-list-items {
	padding: 0;
}
.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.elementor-1334 .elementor-element .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(6px/2);
}
.elementor a {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
.elementor-widget .elementor-icon-list-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.elementor-widget .elementor-icon-list-item a, .elementor-widget-wrap > .elementor-element {
	width: 100%;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	display: inline-block;
}
.elementor-1334 .elementor-element .elementor-icon-list-text {
	color: gray;
}
.elementor-1334 .elementor-element.elementor-element-6b33d5f7 {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #C3C3C3;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px 0 30px 0;
}
.elementor-column {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.elementor-1334 .elementor-element.elementor-element-f3a2360 {
	width: 50%;
}
.elementor-1334 .elementor-element.elementor-element-1154027 > .elementor-widget-container {
	padding: 0 0 0 0;
}
.elementor-text-editor p:last-child {
	margin-bottom: 0;
}
.elementor-1334 .elementor-element.elementor-element-0141476 {
	width: 50%;
}
.elementor-1334 .elementor-element.elementor-element-9efa066 {
	text-align: left;
}
.elementor-1334 .elementor-element.elementor-element-9efa066 > .elementor-widget-container {
	padding: 20px 0 20px 0;
}
.elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.elementor-widget-image .elementor-image img {
	vertical-align: middle;
	display: inline-block;
}
.elementor-1334 .elementor-element.elementor-element-9efa066 .elementor-image img {
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}
.elementor-1334 .elementor-element.elementor-element-34acc483 {
	color: gray;
	font-size: 15px;
	line-height: 26px;
}
.elementor-1334 .elementor-element.elementor-element-34acc483 .elementor-text-editor {
	text-align: right;
}
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
	width: 50%;
}
.elementor-1334 .elementor-element.elementor-element-6b33d5f7 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}
.mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
    color: #9397a7;
    display: inline-block;
    line-height: 1;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
#mmenu_toggle.active button {
    background: none;
}
#mmenu_toggle.active button:before {
    top: 0;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#mmenu_toggle.active button:after {
    bottom: 0;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@media (min-width: 768px) {
.elementor .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 750px;
}
}
@media (min-width: 992px) {
.elementor .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 970px;
}
.elementor .elementor-hidden-desktop {
	display: none;
}
}
@media (min-width: 1230px) {
.elementor .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1200px;
}
}
@media (max-width: 767px) {
.elementor .elementor-hidden-phone {
	display: none;
}
.elementor-column.elementor-col-25, .elementor-column[data-col="25"], .elementor-column, .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
	width: 100%;
}
.elementor-1334 .elementor-element.elementor-element-30b4cf6c > .elementor-widget-container {
	margin: 20px 0 10px 0;
}
.elementor-1334 .elementor-element.elementor-element-30b4cf6c .elementor-heading-title {
	font-size: 28px;
}
.elementor-1334 .elementor-element.elementor-element-186bd516 {
	padding: 40px 0 30px 0;
	display:inline-block;
}
.elementor-1334 .elementor-element.elementor-element-f3a2360 {
	width: 65%;
}
.elementor-1334 .elementor-element.elementor-element-0141476 {
	width: 35%;
}
.elementor-1334 .elementor-element.elementor-element-34acc483 .elementor-text-editor {
	text-align: center;
}
.elementor-widget .elementor-icon-list-item a, .elementor-widget-wrap > .elementor-element{display:inline-block;}
}
